home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Classes
/
Neural-Network
/
Makefile.bp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-07-29
|
163 b
|
8 lines
FILE = bptest
CC=cc -pipe -O -g -s
$(FILE) : $(FILE).o Neuron.o Random.o BackPropEngine.o
$(CC) -s -o $(FILE) Neuron.o $(FILE).o Random.o \
BackPropEngine.o